@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Microsoft yahei';
    margin: 0 auto;
    background: #fcfcfc;
}

ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

img,
a {
    border: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
    display: block;
}

a,
a:focus {
    text-decoration: none;
    color: #000;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

.margR10 {
    margin-right: 10px;
}

.margL10 {
    margin-left: 10px;
}

.margL20 {
    margin-left: 20px;
}

.margT10 {
    margin-top: 10px;
}

.posi_r {
    position: relative;
}

.posi_a {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clr05 {
    clear: both;
    height: 5px;
    overflow: hidden;
}

.clr10 {
    clear: both;
    height: 10px;
    overflow: hidden;
}

.clr15 {
    clear: both;
    height: 15px;
    overflow: hidden;
}

.clr20 {
    clear: both;
    height: 20px;
    overflow: hidden;
}

.clr30 {
    clear: both;
    height: 30px;
    overflow: hidden;
}

.underline {
    text-decoration: underline;
}

.w100 {
    width: 100%;
}

.w_264 {
    width: 264px;
}

.w_715 {
    width: 715px;
}

.w_1000 {
    width: 1000px;
    margin: 0 auto;
}

.w_950 {
    width: 950px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clearfix {
    zoom: 1;
}

/*补充*/
a {
    cursor: pointer;
}






.head a.yys {
    display: none;
}

.cbl {
    position: fixed;
    top: 50%;
    transform: translateY(-50%)scale(0.6);
    z-index: 10;
    background: url(../../statics/images/right-nav.png) no-repeat;
    width: 302px;
    height: 623px;
    right: -50px;
}

.cbl .right-nav-ul {
    color: #FEE633;
    position: absolute;
    top: 41%;
    left: 19%;
    width: 60%;
}

ul.right-nav-ul li {
    height: 45px;
    border: 2px solid;
    background: linear-gradient(0deg, #FDF2D2, #FBD374);
    border-radius: 24px;
    line-height: 45px;
    margin-bottom: 10%;
    cursor: pointer;
    font-size: 20px;
}

ul.right-nav-ul li span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #321FCE, #1B0E68);
    border-radius: 24px;
    text-align: center;
}

ul.right-nav-ul li span::after {
    display: inline-block;
    content: "";
    background: url(../../statics/images/right-nav-btn.png) no-repeat;
    width: 18px;
    height: 18px;
    margin-left: 10%;
}

.cbl-bottom {
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
}

.cbl .cbl-bottom .p1 {
    font-size: 18px;
}

.cbl .cbl-bottom .p2 {
    font-size: 28px;
    margin-top: 15px;
}

.cbl .cbl-bottom .btn {
    border-radius: 25px;
    background-color: #FEE633;
    font-size: 28px;
    color: #FC4320;
    padding: 10px 0;
    width: 55%;
    margin: 26px auto 0;
    cursor: pointer;
}

.leyu {
    cursor: pointer;
}

.phone-code {
    display: none;
}

body div#LRDialogBox {
    top: 50% !important;
}